body {
    font-family: "Fira Sans", Arial, sans-serif !important;
}

.container-fluid {
    padding: 0;
}

.carousel {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.jumbotron,
.carousel-item {
    height: 200px;
    border-radius: 0;
}

.jumbotron {
    background-color: #e0e8ef;
    padding: 0px 5px 0px 5px;
    margin: 0px 0px 5px 0px;
}

.jumbotron p {
    font-size: 1.1em;
}

.jumbotron h6 {
    font-size: 1.1em;
}

.jumbotron h5 {
    font-size: 1.5em;
}


div.tweets {
    height: 420px;
    overflow: scroll;
    text-size: 1em;
}

.alert,
.card,
.jumbotron,
.nav,
.carousel {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.carousel-caption {
    bottom: 10rem;
    opacity: 0.9;
    height: 3rem;
}

.carousel-caption p span {
    text-align: left;
    font-size: 3.75rem;
    text-shadow: 2px 2px 5px #000;
   /* background-color: rgba(0, 0, 0, 0.5); black with opacity */
}

.carousel-caption h4 {
    text-align: left;
    font-size: 2.75rem;
    text-shadow: 2px 2px 5px #000;
   /* background-color: rgba(0, 0, 0, 0.5); black with opacity */
}

.carousel-caption h6 {
    text-align: left;
    font-size: 1.75rem;
    text-shadow: 2px 2px 5px #000;
   /* background-color: rgba(0, 0, 0, 0.5); black with opacity */
}

.card {
    margin-top: 0.25rem;
    margin-bottom: 1.0rem;
    border-radius: 5px;
    overflow: hidden;
}

.shadowedbutton {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.card-block,
.conference-text {
    font-size: 90%;
}

.card-block {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #eee;
}

.committee {
    padding: 3px;
    border-top: 0.05rem solid #e5e5e5;
}

.committee p {
    margin-left: 10px;
}

.card-header {
    padding-top: 4px;
    padding-bottom: 4px;
}

.card-block p {
    margin-bottom: 1px;
    margin-top: 1px;
}

.card-block a {
    color: inherit;
}

.nav {
    border-radius: 5px;
}

.mynav {
    padding-top: 5px;
    padding-bottom: 10px;
}

.list-group-item {
    font-size: 95%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    overflow: hidden;
}

.sponsor {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.sponsor img {
    max-height: 3rem;
}

.sponsor h5 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}


.card-header {
    font-size: 90%;
}

.nav {
    font-size: 85%;
}

.navbar-dark .navbar-nav>li>a:hover {
    color: #5393c5 !important;
}

.navbar-dark .navbar-nav>.active {
    color: #5393c5 !important;
}


.carousel-container {
  position: relative;
  width: 600px; /* Set a fixed width */
  height: 400px; /* Set a fixed height */
  overflow: hidden; /* This hides images that are outside the container */
}

.image-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out; /* Creates a smooth sliding animation */
  height: 100%;
}

.carousel-image {
  width: 100%;
  height: 100%;
  flex-shrink: 0; /* Prevents images from shrinking */
}

.prev-btn, .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 10;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}
